home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_300 / 334_03 / using.dem < prev    next >
Text File  |  1991-02-04  |  840b  |  24 lines

  1. #
  2. # Requires data file "using.dat" from this directory,
  3. # so change current working directory to this directory before running.
  4. #
  5. set samples 168
  6. set title "Convex     November 1-7 1989"
  7. set label "(Weekend)" at 5,25 center
  8. plot 'using.dat' using "%*s %*s %f %f" title "Logged in" with impulses,\
  9.      'using.dat' using "%*s %*s %f %*f %f" t "Load average" with points,\
  10.      'using.dat' using "%*s %*s %f %*f %*f %f" t "%CPU used" with lines
  11. set nolabel
  12. pause -1 "Hit return to continue"
  13.  
  14. set title "Convex     November 1-7 1989    Circadian"
  15. set xrange[-1:24]
  16. plot 'using.dat' using "%*s %f %*f %f" title "Logged in" with impulses,\
  17.      'using.dat' using "%*s %f %*f %f" title "Logged in" with points
  18. pause -1 "Hit return to continue"
  19.  
  20. # undo what we have done above
  21. set title
  22. set samples 160
  23. set xrange [-10:10]
  24.